home *** CD-ROM | disk | FTP | other *** search
- c:Bookit cslv
- c:RmTm
- c:SetPatch >NIL: r ;patch system functions
- Addbuffers df0: 10
- cd c:
- resident >nil: c:Echo pure
- echo "Amiga Workbench Disk. Release 1.3.3 version 34.34"
- echo ""
- echo ""
- echo " FishMarket"
- echo " ----------"
- echo ""
- echo " ©1992 Asimware Innovations."
- echo " 101 Country Club Drive"
- echo " Hamilton, Ontario."
- echo " Canada. L8K 5W4"
- echo ""
- echo " (416)578-4916"
- echo ""
- echo ""
- Sys:System/FastMemFirst ; move C00000 memory to last in list
- BindDrivers
- SetClock load ;load system time from real time clock (A1000 owners should
- ;replace the SetClock load with Date
- FF >NIL: -0 ;speed up Text
- resident >nil: CLI L:Shell-Seg SYSTEM pure add; activate Shell
- resident >nil: c:Execute pure
- mount newcon:
- ;
- failat 11
- run execute s:StartupII ;This lets resident be used for rest of script
- wait >NIL: 5 mins ;wait for StartupII to complete (will signal when done)
- ;
- path ram: c: sys:system s: add ;set path for Workbench
- newshell "newcon:0/1/640/50/FishMarket: ©1992 Asimware Innovations. Arranged by Paul Reeves."
- LoadWB delay ;wait for inhibit to end before continuing
- endcli >NIL:
-